home *** CD-ROM | disk | FTP | other *** search
/ Birds of My State or Province 4.5 / eField Guide Viewer.iso / pc / Windows / Database.cab / database.mdb / Phyla.json < prev    next >
Encoding:
JavaScript Object Notation  |  2012-01-22  |  174 b 

  1. {
  2.     "schema": {
  3.         "PhylaID": "Long Integer",
  4.         "Phyla": "Text (50) NOT NULL",
  5.         "Description": "Text (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "PhylaID": 1,
  10.             "Phyla": "Chordata",
  11.             "Description": "Animals with backbones"
  12.         }
  13.     ]
  14. }